home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python.prerm < prev    next >
Text File  |  2008-06-23  |  290b  |  15 lines

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     remove)
  5.     rm -f /usr/share/python/pyversions.py[co]
  6. esac
  7.  
  8. # Automatically added by dh_installdocs
  9. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  10.    which install-docs >/dev/null 2>&1; then
  11.     install-docs -r python-policy
  12. fi
  13. # End automatically added section
  14.  
  15.